From 0d1f62735d3ec916425b0cc2b4984e3103608f20 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 14 Feb 2011 09:05:14 +0000 Subject: [PATCH] Revert 22900:a0ef80c99264 The check it adds is already present in the function's sole caller. Signed-off-by: Keir Fraser --- xen/arch/x86/hpet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/x86/hpet.c b/xen/arch/x86/hpet.c index 0df678842f..d27a4d1c02 100644 --- a/xen/arch/x86/hpet.c +++ b/xen/arch/x86/hpet.c @@ -557,9 +557,6 @@ void hpet_broadcast_init(void) u32 hpet_id, cfg; int i; - if ( boot_cpu_has(X86_FEATURE_ARAT) ) - return; - if ( irq_channel == NULL ) { irq_channel = xmalloc_array(int, nr_irqs); -- 2.30.2